GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-21T22:28:29.3804017+00:00",
"SubmitDate": "2026-04-21T22:28:29.3804017+00:00",
"ReportPeriodStart": "2026-04-21T22:28:29.3804017+00:00",
"ReportPeriodEnd": "2026-04-21T22:28:29.3804017+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "00b0f9ae-ed39-4692-8ef7-92ea6cfe1beb",
"Rows": [
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "00b0f9ae-ed39-4692-8ef7-92ea6cfe1beb",
"Rows": [
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7c65889d-0c12-4452-a0eb-13316f2b7c27",
"aabbdfb8-acd1-4b52-ae5e-a7a703dbdddb"
],
"Approvers": [
"900140a4-cd48-4d37-af0b-65c655b1cbd2",
"762a9aff-2071-4ed1-b3fd-5bcb81b1ce95"
],
"ApprovedBy": "387aa1c9-8280-481c-b319-c82e98b8ff73",
"ApprovalDate": "2026-04-21T22:28:29.3804017+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49a955f6-c235-4838-a1e9-934ee7571acc",
"id": "380bb150-b587-4fb1-b6d6-64f8b4194e74",
"ConfigId": "3b98bf4f-d242-4feb-a5b2-b8abac23e0c4"
},
{
"GenerationDate": "2026-04-21T22:28:29.3804017+00:00",
"SubmitDate": "2026-04-21T22:28:29.3804017+00:00",
"ReportPeriodStart": "2026-04-21T22:28:29.3804017+00:00",
"ReportPeriodEnd": "2026-04-21T22:28:29.3804017+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "00b0f9ae-ed39-4692-8ef7-92ea6cfe1beb",
"Rows": [
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "00b0f9ae-ed39-4692-8ef7-92ea6cfe1beb",
"Rows": [
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83293616-5670-4bb8-9217-3bf02ee79204",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7c65889d-0c12-4452-a0eb-13316f2b7c27",
"aabbdfb8-acd1-4b52-ae5e-a7a703dbdddb"
],
"Approvers": [
"900140a4-cd48-4d37-af0b-65c655b1cbd2",
"762a9aff-2071-4ed1-b3fd-5bcb81b1ce95"
],
"ApprovedBy": "387aa1c9-8280-481c-b319-c82e98b8ff73",
"ApprovalDate": "2026-04-21T22:28:29.3804017+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49a955f6-c235-4838-a1e9-934ee7571acc",
"id": "380bb150-b587-4fb1-b6d6-64f8b4194e74",
"ConfigId": "3b98bf4f-d242-4feb-a5b2-b8abac23e0c4"
}
]